RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / ProxyCollection<T> Class
The type of items in the collection.
Members

In This Topic
    ProxyCollection<T> Class
    In This Topic
    Collection class used in C1TextElement inherited classes.
    Object Model
    ProxyCollection<T> Class
    Syntax
    'Declaration
     
    
    Public Class ProxyCollection(Of T As C1TextElement) 
    public class ProxyCollection<T> 
    where T: C1TextElement
    Type Parameters
    T
    The type of items in the collection.
    Inheritance Hierarchy

    System.Object
       C1.WPF.RichTextBox.Documents.ProxyCollection<T>

    See Also